home *** CD-ROM | disk | FTP | other *** search
/ Tony Quinn's Virtual Worlds / Tony Quinn's Virtual Worlds (Wayzata Technology) (1994).iso / pc / setup.inf < prev   
INI File  |  1993-12-22  |  5KB  |  127 lines

  1. ; Copyright (c) 1990, 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. [setup]
  4. ;
  5. ; Put global information about the application here.
  6. ;
  7.   "PACKAGENAME","Virtual Worlds"
  8.   "CAPTIONNAME","Virtual Worlds Setup"
  9.  
  10. [disks]
  11. ;
  12. ; Put information about the installation disks here.
  13. ;
  14. ; Format:
  15. ;
  16. ; "n","path","name"
  17. ;
  18. ; n     : The disk number, 0-9, A-Z.  MUST BE ONE CHARACTER!
  19. ; path  : The path of the disk, i.e. "A:\"
  20. ; name  : The name on the printed disk label on the outside of the disk
  21. ;         for example "Solitare Distribution Disk #1"
  22. ;
  23.   "0","A:\","Solitare Distribution Disk #1"
  24.   "1","A:\","Solitare Distribution Disk #2"
  25.  
  26. [directories]
  27. ;
  28. ; Describe the directories that will receive the files here.
  29. ; There are two types of directories: parent and children. Child
  30. ; directories are subdirectories of the parent or of other children.
  31. ; Only one parent is allowed. Define as many children as required.
  32. ;
  33. ; Format:
  34. ;
  35. ; "n","path","description"
  36. ;
  37. ; n           : The directory number. The parent must be directory 0 and
  38. ;               must be defined. Child directories are named beginning
  39. ;               with A and must be named sequentially.
  40. ; path        : The name of the subdirectory. The names of child directories
  41. ;               must begin with a backslash (\).
  42. ; description : The description of the purpose of this directory
  43. ;
  44.   "0","C:\windows","Virtual Worlds Directory"
  45.   "A","\CHILD1","Virtual Worlds Directory Child 1"
  46.   "B","\CHILD2","Virtual Worlds Directory Child 2"
  47.  
  48. [apps]
  49. ;
  50. ; Put information about each file here.
  51. ;
  52. ; ----------------------------------------------------------------------------
  53. ;
  54. ; NOTE:  There are two types of setup: Simple and Complex.
  55. ;
  56. ;        Simple:  Installs ALL files, like a batch file.  For this       
  57. ;                 setup, do not worry about "D" flags, "R" flags,
  58. ;                 or the <nn> flag.
  59. ;
  60. ;        Complex: Presents the user with a dialog box listing the
  61. ;                 files in the distribution. The user can choose the
  62. ;                 files to install. In the complex setup, all flags
  63. ;                 must be specified.
  64. ;
  65. ; ----------------------------------------------------------------------------
  66. ;
  67. ; Format:
  68. ;
  69. ; "n","flags","d","idir","filename","PName", "Description","Comment","size"
  70. ;
  71. ; n          : The disk number for this file
  72. ;
  73. ; flags      : Can be none, one, or many of the following:
  74. ;
  75. ;              C   : Compressed file. Specify the "real" filename here
  76. ;                    in the INF file. SETUP will search the floppy disk
  77. ;                    for a file having the same name except that the last
  78. ;                    character of the file extention is changed to '$'
  79. ;              R   : Required file--SETUP **will** copy this file
  80. ;              D   : Display this file in the user selection list box
  81. ;              Ic  : Add this program to Program Mananager, group "c."
  82. ;                    Group is a letter from A-Z
  83. ;              nn  : The next "nn" entries create a group of files to
  84. ;                    copy. For example, if there are four files that
  85. ;                    are copied as a package, put 03 in the nn field
  86. ;                    and put the other three files immediately following.
  87. ;                    Set the size field for the first file to the sum
  88. ;                    of the sizes of all the fields in the group.
  89. ;
  90. ; d          : The destination directory. 0 = Parent, 1-9, A-Z = Children
  91. ;
  92. ; idir       : The directory on the install disk
  93. ;
  94. ; filename   : The actual name of the file
  95. ;
  96. ; PName      : The name of the icon in Program Manager (required if D flag)
  97. ;
  98. ; Description: A short description, for the list box entry (only if D flag)
  99. ;
  100. ; Comment    : The lengthy text displayed in the comment box (only if D flag)
  101. ;
  102. ; size       : Size of file/group in kilobytes (only if D flag)
  103. ;
  104.  
  105.  
  106.   "0","02DIA","0","BIN","VirtWlds.EXE","Virtual Worlds","Virtual Worlds","Virtual Worlds","70"
  107.   "0","02DIA","0","TEXT","read_me.wri","Read Me","Read Me","Virtual Worlds read me","70"
  108.   "0","02DIA","0","BIN","intro.exe","Introduction","Introduction","Virtual Worlds intro program","70"
  109.   "0","02DIA","0","TEXT","register.wri","Registration Form","Registration form","Virtual Worlds registration form","70"
  110.                                               
  111.  
  112. [progman]
  113. ;
  114. ; This defines the Program Manager groups to which the icons will be
  115. ; added.
  116. ;
  117. ; Format:
  118. ;
  119. ; "n","Title","filename"
  120. ;
  121. ; n        : The identifier for the group, A-Z
  122. ; title    : The caption on the group window
  123. ; filename : The name of the GRP file
  124.  
  125.   "A","Virtual Worlds","VirtWlds.GRP"
  126.  
  127.